Add documentation regarding -fno-rtti. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@157157 91177308-0d34-0410-b5e6-96231b3b80d8 
diff --git a/www/index.html b/www/index.html index db10b92..e5e347d 100644 --- a/www/index.html +++ b/www/index.html 
@@ -208,6 +208,15 @@  </ul>  </ul>   + <!--=====================================================================--> + <h3>Notes</h3> + <!--=====================================================================--> + +<p> +Building libc++ with <code>-fno-rtti</code> is not supported. However linking +against it with <code>-fno-rtti</code> is supported. +</p> +  <p>Send discussions to the  (<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev">clang mailing list</a>).</p>